GET api/bfg/v1/funds/cash-accounts?clientIds[0]={clientIds[0]}&clientIds[1]={clientIds[1]}
Gets cash-related accounts for multiple Paris clients in one call. Each row includes <see cref="P:TPP.B2B.Webservices2.Contracts2.BFG.Funds.CashAccounts.ClientId" /> for upstream grouping.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| clientIds |
Repeated query parameter — one or more Paris client identifiers. |
Collection of integer |
Required |
Body Parameters
None.
Response Information
Resource Description
A flat <see cref="T:TPP.B2B.Webservices2.Contracts2.BFG.Funds.CashAccountsResult" /> list keyed by <see cref="P:TPP.B2B.Webservices2.Contracts2.BFG.Funds.CashAccounts.ClientId" />.
None.